VObject::Enable

Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:17:57 1991
Index Return to Main Contents
 

NAME

VObject::Enable - instance method  

TEMPLATE

void Enable(bool mode = TRUE, bool redraw = TRUE)  

SPECIFIERS

public virtual  

DESCRIPTION

Enable enables or disables this. Depending on the value of mode it sets or clears the flag eVObjEnabled (see enum VObjFlags). If redraw is TRUE, the content rectangle of this is invalidated.
This method must be overridden and forwarded to inner VObjects. See the method CompositeVObject::Enable. Method is sometimes overridden.  

ARGUMENTS

bool mode = TRUE

indicates whether to enable or disable this
bool redraw = TRUE

specifies whether to invalidate this
afterwards
 

RETURN ARGUMENT

void

 

CATEGORIES

flag handling, client interface, overrider interface

 

FIRST DEFINITION

class VObject  

FILES

implementation:
VObject.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:22 GMT, March 30, 2022